home *** CD-ROM | disk | FTP | other *** search
/ Acorn RISC PD-CD 1 / Acorn RISC PD-CD 1.iso / languages / c / _desklibsm / h / stringcr < prev    next >
Encoding:
Text File  |  1993-05-26  |  225 b   |  13 lines

  1.  
  2. #ifndef __dl_stringcr_h
  3. #define __dl_stringcr_h
  4.   
  5. extern int strlencr(char *s);
  6.   
  7. extern int strcmpcr(char *s1, char *s2);
  8.   
  9. extern char *strcatcr(char *s1, char *s2);
  10.   
  11. extern char *strcpycr(char *s1, char *s2);
  12. #endif
  13.